# Missile Strike

Missile Strike is a script for GTA V that lets you call in missile strikes.

It supports:

- Small strike
- Medium strike
- Nuclear strike
- Manual target selection
- Falling visible missiles
- Large nuke impact and shockwave
- Optional fallout mode after the nuke

---

# Requirements

You need:

- GTA V (LEGACY)
- ScriptHookV
- ScriptHookVDotNet 3


---

# Installation

1. Put `MissileStrike.dll` and ''MissleStrike.ini'' in your `scripts` folder.
2. Launch the game.
3. If you do not want my settings, do not put the .ini file at all, just launch the game and The script will automatically create:

```ini
scripts/MissileStrike.ini
```

on first run.

---

# Default Controls

- **B** = Open / close menu
- **Up Arrow** = Move up
- **Down Arrow** = Move down
- **Enter** = Select / confirm
- **Backspace** = Close menu / cancel targeting

These can be changed in the `.ini` file.

---

# How To Use

## Open the menu
Press **B**.

## Choose a strike type
You can choose:

- Small Missile Strike (10 missiles)
- Medium Missile Strike (50 missiles)
- Big Missile Strike / Nuke (100 missiles)

## Target the strike
After selecting a strike, aim at the ground.

Press:

- **Enter** to confirm
- **Backspace** to cancel

## Wait for impact
After confirmation, a short countdown starts and the missiles begin falling.

---

# Strike Types

## Small Strike
A light missile barrage over a small area.

## Medium Strike
A much heavier barrage over a wider area.

## Nuclear Strike
A full barrage followed by a large nuke warhead.

The nuke includes:

- Large falling warhead
- Big explosion effect
- Strong shockwave force
- Optional fallout mode

---

# Fallout Mode

After a nuke, the script can trigger a fallout state.

During fallout:

- The world becomes dark and foggy
- Street and building lights are shut off
- Ped and vehicle traffic is reduced to zero
- Remaining NPCs in the affected area are killed by radiation
- The city gets a toxic color filter
- Smoke and haze appear around the city
- Fallout ends automatically after the configured duration (60s)

The transition into fallout is gradual so it looks more natural after the blast.

---


# Notes

- The nuke is designed to be large and cinematic.
- Fallout is optional and can be disabled in the config.
- God mode players can still be pushed by the nuke shockwave.
- NPCs caught in fallout will die from radiation.
- The script is built for gameplay and spectacle, not realism.

---

# Troubleshooting

## The menu does not open
Make sure:

- ScriptHookV is installed
- ScriptHookVDotNet 3 is installed
- The DLL is inside the `scripts` folder

## The script creates no config file
Make sure the `scripts` folder exists and GTA has permission to write files there.

## Missiles do not target properly while flying
The script includes extended camera targeting so it can hit the ground from high altitude, but extreme camera angles may still affect target selection.

## Fallout is too much / not wanted
Set:

```ini
FalloutEnabled=false
```

---

# MADE BY vlaati


---

# Final Note

This script is meant to be dropped into the game and used immediately with minimal setup.

If you want to tweak the experience, edit the `.ini` file and relaunch the game.